/*TEMP COLUMNS FIX*/
.rt-content .columns-container.two-columns .column, .rt-content .columns-container.three-columns .column {
	flex-wrap:wrap;
}

/*SECTION STYLES*/
.rt-content .section {
	display: block;
	margin: 30px 0 20px;
	border-bottom: 1px solid #bbb;
	padding: 5px 0;
	font-size: 1.15rem;
	font-family: Archer, HelveticaNeueBold, Arial, sans-serif;
	font-weight: bold;
	color: #005b92;
}

.rt-content .section:first-child {
	margin-top:15px;
}

.rt-content h2 + .section {
	margin-top: 15px;
}

.rt-content .sub-section {
	font-size: 1rem;
	font-weight: bold;
	font-family: "Archer", Helvetica, sans-serif;
	color: #333;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	display:block;
}

/*CONTACT DROPDOWN FORM*/
.contact-form {
  margin: 30px 0;
  position: relative;
}
.contact-form #dropdown-help {
  position: absolute;
  top: -22px;
  left: 0;
}
.contact-form .dropdown-container {
  position: relative;
}
.contact-form .dropdown-container .title {
  padding: 10px 40px 10px 10px;
  border: 1px solid #0079c2;
  width: 100%;
  display: block;
  background: #fff;
  color: #0079c2;
  cursor: pointer;
  position: relative;
}
.contact-form .dropdown-container .title:focus {
	outline-color: #0079c2;
}
.contact-form .dropdown-container > i, .contact-form .dropdown-container > em {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 8px;
  font-size: 1.5rem;
  color: #0079c2;
  transition: 0.5s;
  cursor: pointer;
}
.contact-form .dropdown-container > i.open, .contact-form .dropdown-container > em.open {
  transform: rotate(180deg);
  transition: 0.5s;
}
.contact-form .dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background: #fff;
  border: 1px solid #0079c2;
  border-top: 0;
  width: 100%;
  z-index: 1;
}
.contact-form .dropdown a {
  display: block;
  padding: 10px;
  color: #0079c2;
  text-decoration: none;
}
.contact-form .dropdown a:focus,
.contact-form .dropdown a:hover {
  background: #0079c2;
  color: #fff;
  cursor: pointer;
}
.contact-form .dropdown li {
  color: #0079c2;
}
.contact-form .content {
  margin: 10px 0;
  border: 3px solid #0079c2;
  border-left: none;
  border-right: none;
  padding: 10px 2px;
  min-height: 60px;
}
.contact-form .content .default {
  display: block;
  padding: 30px 0;
}
.contact-form .content .default p:first-child {
  margin-top: 0;
}
.contact-form .content .default p:last-child {
  margin-bottom: 0;
}
.contact-form .content .default a {
  color: #0079c2;
  text-decoration: none;
}
.contact-form .content .default a:hover,
.contact-form .content .default a:focus {
  text-decoration: underline;
}
.contact-form .content .rt-content p {
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .contact-form .content .rt-content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .content {
    padding: 20px 0;
  }
}
.contact-form > .rt-content {
  margin-bottom: 0;
}
.contact-form > .rt-content p {
  margin: 0;
  color: #939598;
  font-size: 0.85rem;
}
@media screen and (max-width: 767px) {
  .contact-form > .rt-content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/*Added 1/6/2020*/
.contact-form {
	margin: 20px 0 30px;
	z-index:10;
}

.contact-form .dropdown-container {
	z-index: 2;
	/*box-shadow: 0 0 4px rgba(0,0,0,.25);*/
}

.contact-form .dropdown-container > i, .contact-form .dropdown-container > em {
	font-weight: bold;
	z-index: 12;
}

.contact-form .dropdown {
	box-shadow: 0 0 4px rgba(0,0,0,.25);
}

.contact-form .dropdown-container .title {
	font-family: archer;
	font-weight: bold;
	color:#000;
	z-index: 11;
}

.contact-form .dropdown a:focus, .contact-form .dropdown a:hover {
	text-decoration: none;
}

.contact-form .content {
	margin: 10px 0 10px;
	border: 1px solid #0079c2;
	padding: 10px;
	min-height: 60px;
	background-color: #fff;
	position: relative;
	/*box-shadow: 0 0 4px rgba(0,0,0,.25);*/
}

.contact-form .content h2 {
	margin-top: 30px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 1.25rem;
}

.contact-form .content h3 {
	font-size: 1.15rem;
}

.contact-form .content .footnote {
	display: inline-block;
	line-height: 1.5;
	font-size: .85rem;
}

.contact-form .content .small-text {
	font-size: 90%;
	line-height: 1.5;
	display: inline-flex;
}

.contact-form .content .close {
	/*position: absolute;*/
	top: 0;
	right: 0;
	padding: 5px;
	text-decoration: none;
	cursor: pointer;
	float: right;
	margin: -10px -10px 0 0;
}

.contact-form .content .close i, .contact-form .content .close em {
	font-size: 1.35rem;
/*	color: #666;*/
	color: #0079c2;
	transform: rotate(45deg);
	display: block;
	font-weight: bold;
}

/*.contact-form .content .close:hover i {
	color: #000;
	font-weight: bold;
}*/

.contact-form .content .close:hover i, .contact-form .content .close:hover em {
	text-shadow: 0 0 3px #0079c2;
}

.contact-form .content div .rt-content {
	margin-bottom:0;
}

.contact-form .content div .rt-content > *:first-child {
	margin-top:0 !important;
}

.contact-form .content div .rt-content > *:last-child {
	margin-bottom:0 !important;
}

i.icon-arrow.link, em.icon-arrow.link {
	transform: rotate(-90deg);
	display: inline-block;
	font-size: .85rem;
	font-weight: bold;
	left: 3px;
	bottom: 1px;
	position: relative;
}

/*EXPANDABLE BUTTONS*/
.rt-content a:focus {
	text-decoration: underline;
}
.rt-content .button-group {
	display:flex;
	flex-wrap:wrap;
	margin:0 -5px 30px;
	position: relative;
} 
.rt-content .button-item {
	padding:10px 30px 10px 10px;
	border:1px solid #0079c2;
	opacity:1;
	font-family: archer;
	font-weight: bold;
	background-color: #fff;
	cursor: pointer;
	position:relative;
	display: block;
	text-decoration: none;
	color: #000;
	/*box-shadow: 0 0 4px rgba(0,0,0,.25);*/
}

.rt-content .button-item:hover {
	text-decoration:none;
}
.rt-content .button-item:focus {
	outline-color: #0079c2;
	outline-style: auto;
	outline-width: 2px;
	text-decoration: none;
}
/*.button-item:hover {
	background-color: #0079c2aa;
}
.button-item:focus {
	outline: 1px dashed #0079c2;
}*/
.button-item:focus {
	text-decoration: none;
}
.button-item i, .button-item em {
	font-size: 1.25rem;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 0;
	padding: 9px;
	color: #0079c2;
	transition: transform .5s .25s;
}
.button-container {
	width:50%;
	height:53px;
	padding:5px;
	transition:all .25s;
	position: relative;
}
.button-container .columns-container {
	justify-content: center;
}
.button-container .rt-content table:last-child {
	margin-bottom: 0;
}
.button-group.active .button-container.fade {
	width:0;
	padding-top:0;
	padding-bottom:0;
	overflow:hidden;
	opacity:0;
} 
.button-group.active .button-container.active {
	width:100%;
	height:auto;
	visibility:visible;
	opacity:1;
	position:relative;
} 
.button-group.active .button-container.active i, .button-group.active .button-container.active em {
	transform: rotate(45deg);
}

.button-group.active .button-container.active i:hover, .button-group.active .button-container.active em:hover {
	text-shadow: 0 0 3px #0079c2;
}
.button-content {
	display:block;
	border:1px solid #0079c2;
	border-top-width:0;
	padding: 10px;
	background-color:#fff;
	/*box-shadow: 0 0 4px rgba(0,0,0,.25);*/
}
.button-content .rt-content {
	margin-bottom:0;
	padding:0;
}
.button-group .button-container.hidden {
	overflow:hidden; 
	height:0; 
	padding-top:0;
	padding-bottom:0;
	visibility: hidden;
} 
.button-group .button-container.top {
	z-index:2;
}

.rt-content table {
	table-layout: fixed;
}

.rt-content table tr td .columns-container .column.text-center * {
	width: 100%;
}


@media screen and (max-width: 767px) {
	.button-group {
		margin-left: 10px;
		margin-right: 10px;
	}
	.button-container {
		width:100%;
	}
	.button-group .button-container.hidden, .button-group.active .button-container.fade {
		overflow:hidden; 
		height:53px; 
		padding-top:5px;
		padding-bottom:5px;
		width: 100%;
		opacity:1;
		visibility: visible;
	}

	.button-group.active .button-container.active.fade {
		height: auto;
	}

	.button-item i, .button-item em {
		transition: all .5s;
	}
}